<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.header{
    height: 155px;
}
.logo{
    margin-top: 10px;
    font-size: 0;
}
.logo img{
    max-height: 100%;
}
.call{
    background: url(../image/call.png) no-repeat left center;
    padding-left: 50px;
    font-size: 24px;
    color: #fb0438;
    font-family: tahoma;
    line-height: 28px;
    margin-top: 47px;
}
.navbar{
    height: 100px;
    border-radius: 0;
    min-height: auto;
    margin-bottom: 0;
    border: none;
    background: linear-gradient(to bottom,#013a81 50%,#013270 50%);
}
.navbar li{
    float: left;
}
.navbar li a{
    font-size: 18px;
    line-height: 100px;
    padding: 0 29px;
    display: block;
    color: #fff;
    font-family: '宋体';
    font-weight: bold;
    background: url(../image/navli.png) no-repeat right center;
}
.navbar li:last-child a{
    background: none;
}
.navbar li.on a,
.navbar li a:hover{
    color: #f06804;
}
.navbar li{position: relative;}
.nav li ul{position:absolute; left:0; top:45px; width:131px; background-color:#013270;display:none; overflow:hidden;}
.nav li ul li{ width:100%; height:35px;}
.nav li ul li a{ font-size:13px;color:#fff; line-height:35px; display:block; white-space: nowrap;padding: 0 ;text-align: center;font-family: '微软雅黑';background: none;}
.nav li ul li a:hover{ color:#fff;background:#f06804;}
.nav .on ul li a{background-color:#013270;color:#fff;}
.nav .on ul li a:hover{background:#f06804;}

/*
   头部
*/

.box-hd{
    height: 61px;
    background: url(../image/probdhd.png) no-repeat left bottom;
    line-height: 53px;
    margin-bottom: 24px;
}
.box-hd a{
    font-size: 14px;
    color: #000;
}
.box-hd h2{
    font-size: 30px;
    color: #000;
    font-weight: normal;
    line-height: 53px;
}
.box-hd h2 i{
    font-size: 38px;
}

/*

*/
.i-search{
    height: 60px;
    background: #dedede;
    line-height: 60px;
}
.i-search-hd{
    float: left;
    font-size: 13px;
    color: #222;
}
.i-search-bd{
    float: right;
    width: 300px;
    height: 35px;
    margin-top: 12px;
}

.i-search-bd .search-key{
    width: 250px;
    height: 35px;
    background: #fff;
    border: none;
    float: left;
    padding: 0 10px;
    color: #999;
    outline: none;
}
.i-search-bd .search-button{
    background: url(../image/searchbtn.png) no-repeat center #fff;
    background-size: 18px;
    border: none;
    line-height: 50px;
    width: 50px;
    height: 35px;
    float: right;   
    outline: none;
}

/*
    产品
*/
.i-product{
    height: 770px;
    padding-top: 55px;
}

.i-product-hd{
    width: 206px;
}
.i-product-hd .item-hd h2{
    width: 206px;
    height: 117px;
    background: url(../image/prohdh.png) no-repeat center #023b84;
    text-align: center;
    line-height: 117px;
    color: #fff;
    font-weight: normal;
    font-size: 30px;
}
.i-product-hd .item-hd h2:before{
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
}
.i-product-hd .item-hd ul{
    padding: 0 14px;
    background: #6187ca;
}
.i-product-hd .item-hd ul li{
    height: 110px;
    background: url(../image/proli.png) no-repeat center bottom;
}
.i-product-hd .item-hd ul li a{
    display: block;
    line-height: 110px;
    font-size: 17px;
    color: #fff;
}
.i-product-hd .item-hd ul li a i{
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    background: url(../image/prolii.png) no-repeat center #fff;
    border-radius: 50%;
    margin-top: 48px;
    margin-right: 8px;
}
.i-product-hd .item-hd ul li:hover a{
    color: #fd6602;
}
.i-product-hd .item-hd ul li:hover a i{
    background-color: #fd6602;
}
.i-product-hd .item-hd ul li:nth-child(1n+3){
    display: none;
}
.i-product-hd .item-hd ul li:nth-child(2){
    background: none;
}
.i-product-hd .item-bd{
    margin-top: 23px;
}
.i-product-hd .item-bd img{
    width: 100%;
}
.i-product-hd .item-bd .prohd-call{
    color: #fd8922;
    background: url(../image/callwh.png) no-repeat 6px center #013270;
    padding: 13px 0 7px 50px;
    font-size: 19px;
    line-height: 1.3;
}
.i-product-bd{
    width: 961px;
}
.i-product-bd .item-bd li{
    width: 222px;
    border: 1px solid #b8b8b8;
    padding-bottom: 13px;
    margin-right: 23px;
    margin-bottom: 23px;
}
.i-product-bd .item-bd li img{
    width: 100%;
}
.i-product-bd .item-bd li p{
    width: 180px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    font-size: 16px;
    color: #000;
    margin: 0 auto;
    box-shadow: 0px 2px 1px 0px #666;
    margin-top: 6px;
    padding: 0 10px;
}
.i-product-bd .item-bd li:hover p{
    background: #fd6602;
    color: #fff;
}

.i-ban1{
    height: 320px;
    background: url(../image/ban1.jpg) no-repeat center;
}

/*

*/
.i-case{
    padding-top: 70px;
}
.i-case-bd li{
    width: 190px;
    height: 400px;
    margin-right: 12px;
    position: relative;
}

.i-case-bd li:last-child{
    margin-right: 0;
}
.i-case-bd li .img{
    width: 190px;
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.i-case-bd li .img img{
    width: 100%;
}
.i-case-bd li .case-tit{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    width: 190px;
    height: 200px;
    background: #1d5fb3;
    font-size: 24px;
    color: #fde665;
    text-align: center;
    line-height: 200px;
}
.i-case-bd li .case-tit span{
    font-size: 48px;
    color: #fff;
}
.i-case-bd li .case-tit:before{
    content: '';
    display: block;
    width: 28px;
    height: 24px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 24px solid #1d5fb3;
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -14px;
}
.i-case-bd li:nth-child(2n) .img{
    top: auto;
    bottom: 0;
}
.i-case-bd li:nth-child(2n) .case-tit{
    bottom: auto;
    top: 0;
}
.i-case-bd li:nth-child(2n) .case-tit:before{
    border-bottom: 0;
    border-top: 24px solid #1d5fb3;
    top: auto;
    bottom: -24px;
}
.i-case-bd li .case-tit:hover{
    background: #fd6602;
}
.i-case-bd li .case-tit:hover:before{
    border-top-color: #fd6602;
    border-bottom-color: #fd6602;
}

/*
    
*/
.i-about{
    padding: 65px 0;
}
.i-about-bd{
    border: 1px solid #444;
    padding: 30px 20px 20px;
    text-align: center;
    position: relative;
    margin-top: 40px;
}
.i-about-bd&gt;h3{
    font-size: 30px;
    color: #fd6602;
    font-weight: normal;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: -19px;
    padding: 0 20px;
    left: 50%;
    margin-left: -200px;
}
.i-about-bd .about-con{
    text-align: left;
    font-size: 15px;
    line-height: 24px;
    color: #000;
    height: 168px;
    overflow: hidden;
}
.i-about-bd .about-con p{
    text-indent: 2rem;
}
.i-about-ft{
    position: relative;
    margin: 15px 0;
}
.i-about-ft li{
    width: 390px;
    margin: 0 7px;
}
.i-about-ft li img{
    width: 100%;
}
.i-about-ft .owl-pagination{
    display: none;
}
.i-about-ft .owl-prev,
.i-about-ft .owl-next{
    display: block;
    width: 20px;
    height: 46px;
    opacity: 0.4;
    position: absolute;
    top: 50%;
    margin-top: -23px;
}
.i-about-ft .owl-prev{
    background: url(../image/prev.png) no-repeat center;
    left: -38px;
}
.i-about-ft .owl-next{
    background: url(../image/next.png) no-repeat center;
    right: -38px;
}
.i-about-ft .owl-prev:hover,
.i-about-ft .owl-next:hover{
    opacity: 0.8;
}

.i-about-img{
    width: 100%;
    font-size: 0;
    border-top: 1px solid #000;
    padding-top: 15px;
}
.i-about-img img{
    width: 100%;
    height: 436px;
}

/*

*/
.i-ban2{
    height: 333px;
    background: url(../image/ban2.jpg) no-repeat center;
}

/*

*/
.i-news{
    padding-top: 65px;
}
.i-news-bd li{
    margin-bottom: 17px;
}
.i-news-bd .img{
    width: 269px;
    background: url(../image/newsimg.png) no-repeat bottom center;
    padding-bottom: 8px;
    font-size: 0;
}
.i-news-bd .img img{
    width: 100%;
}

.i-news-bd .news-con{
    margin-left: 295px;
    height: 186px;
    border: 2px solid #497acf;
    padding: 20px 157px 0 20px;
    position: relative;
}

.i-news-bd .news-con .time{
    position: absolute;
    right: 5px;
    top: 33px;
    width: 132px;
    height: 122px;
    background: url(../image/newstime.png) no-repeat center;
    padding-top: 77px;
    text-align: center;
    font-size: 15px;
    color: #fff;
}
.i-news-bd .news-con h3{
    font-size: 24px;
    color: #000;
    font-weight: normal;
    margin-bottom: 10px;
}
.i-news-bd .news-con p{
    font-size: 14px;
    line-height: 24px;
    height: 96px;
    overflow: hidden;
}
.i-news-bd li:hover h3{
    color: #fd6602;
}

/*

*/
.i-contact{
    padding: 50px 0;
}
.i-contact-bd .item-hd{
    width: 564px;
    height: 352px;
    border: 1px solid #86a5dc;
    font-size: 0;
}
.i-contact-bd .item-hd img{
    width: 100%;
}
.i-contact-bd .item-bd{
    width: 600px;
    height: 353px;
    background: #f7f6f6;
}
.i-contact-bd .item-bd h3{
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #497acf;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}
.i-contact-bd .item-bd form{
    padding: 24px 68px;
}
.i-contact-bd .item-bd form input {    
    width: 464px;
    height: 50px;
    line-height: 48px;
    border: 1px solid #cacaca;
    color: #f7f7f7;
    padding: 0 10px;
    font-size: 14px;
    margin-bottom: 10px;
}
.i-contact-bd .item-bd form textarea{
    width: 464px;
    margin-bottom: 25px;
}
.i-contact-bd .item-bd form button{
    width: 464px;
    height: 50px;
    background: #e60012;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    border: none;
}
.top-menu{
    padding:0;
}
.top-menu .item{
    float:left;
    width: 130px;
    position:relative;
}
.top-menu .item h6{
    line-height:56px;
}
.top-menu .item h6 a{
    display:block;
    text-align:center;
    color: #fff;
    font-size:15px;
}
.top-menu .item h6 a span{
    display: none;
}
.top-menu .item h6.on a span{
    display:inline-block;
    font-size: 9px;
    padding:0 0 0 5px;
    color: #777;
}
.top-menu .item h6 a:hover{
    color: #0083ef;
    background: #fff;
}
.top-menu .item h6 a:hover span{
    color: #444;
}
.top-menu .item ul{
    position:absolute;
    top:56px;
    z-index:9999;
    background:#2c2c2c;
    left:0px;
    width:137px;
    opacity:0;
    transition:all .3s;
    visibility: hidden;
    /*box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);*/
}
.top-menu .item:hover ul{
    visibility:visible;
    opacity: 1;
    top:56px;
}
.top-menu .item li{
    height:36px;
    overflow:hidden;
}
.top-menu .item li:first-child{
    /*border-top:3px solid #7b7b7b;*/
}
.top-menu .item li a{
    display:block;
    line-height:36px;
    font-size:12px;
    padding:0 20px;
    color: #fff;
}
.top-menu .item li:first-child a{
    line-height:33px;
}
.top-menu .item li a:hover{
    background: #fff;
    color: #0083ef;
}
.tit-box h4{
    font-size: 26px;
    margin:0 0 10px 0;
    font-weight: bold;
    color:#333;
}
.tit-box p{
    font-size: 14px;
    color: #B7B7B7;
    text-transform: uppercase;
}


.tit-menu{
    margin:25px 0 30px 0;
}
.tit-menu ul li{
    display: inline-block;
    margin:0 4px 10px;
}
.tit-menu ul li + li{
    border-left: 1px solid #eee;
}
.tit-menu ul li a{
    display: inline-block;
    padding: 10px 26px;
    line-height: 12px;
    font-size: 12px;
}
.tit-menu ul li a:hover{
    background: #0072d4;
    color: #fff;
}


/*
    产品通用
*/
.img-item{
    background: #fff;
    margin: 15px 0;
    box-shadow: 0 22px 40px rgba(0,0,0,.16);
}
.img-item a{
    display: block;
    overflow: hidden;
}
.img-item .img{
    position: relative;
}
.img-item .img img{
    width:100%;
    height:auto;
}
.img-item .img:before {
    position: absolute;
    content: "";
    z-index: 2;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #fff;
    transition: all .3s ease-in-out 0s;
    opacity: 0;
}
.img-item:hover .img:before {
    opacity: .8;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 20px;
}
.img-item .img:after {
    content: "";
    display: block;
    position: absolute;
    height: 40px;
    width: 46px;
    background: url(../image/ico-1.jpg) center center no-repeat;
    right: 35px;
    bottom: -40px;
    transition: all .3s ease-in-out 0s;
    z-index: 3;
}
.img-item:hover .img:after{
    bottom:10px;
}
.img-item .con{
    padding: 15px;
    position: relative;

}
.img-item .con:before {
    z-index: 4;
    background: #fff;
    position: absolute;
    content: "";
    display: block;
    height: 10px;
    left: 0;
    right: 0;
    top: 0;
    transition: all .3s ease-in-out 0s;
}
.img-item:hover .con:before {
    top: -10px;
}
.img-item .con h4 {
    position: relative;
    top: 0;
    transition: all .3s ease-in-out 0s;
    margin-bottom: 15px;
    font-size: 15px;
    color: #262626;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.img-item:hover .con h4{
    top:-10px;
    color: #0072d4;
}
.img-item .con p {
    position: relative;
    top: 0;
    font-size: 12px;
    color: #6e6e6e;
    height: 20px;
    transition: all .3s ease-in-out 0s;
    line-height: 20px;
    margin-bottom: 30px;
    margin-top: 12px;
    overflow: hidden;
}
.img-item:hover .con p{
    top:-10px;
}
.img-item .con p b{
    color:red;
    padding:0 2px;
    font-size: 13px;
    font-family: Arial;
}
.img-item .con p span{
    color: #eb2e09;
    margin:0 3px 0 0;
}
.img-item .con .more {
    display: block;
    position: absolute;
    height: 40px;
    background: #0072d4;
    left: 0;
    right: 0;
    bottom: -40px;
    text-align: center;
    transition: all .3s ease-in-out 0s;

}
.img-item:hover .con .more {
    bottom: 0;
}
.img-item .con .more:after {
    content: "";
    display: block;
    background: url(../image/ico-2.png) no-repeat;
    width: 16px;
    height: 7px;
    margin-top: 16px;
    background-position: 0 -7px;
    display: inline-block;
}

/********
      案例列表
*******/

.case-item{
    background: #fff;
    position: relative;
}

.case-item .img{
    width:300px;
    height:240px;
    overflow: hidden;
    position: relative;
}
.case-item .img:before{
    content: "";
    display: block;
    position: absolute;
    border: 1px solid #fff;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all .4s ease-in-out 0s;
}
.case-item .img:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all .4s ease-in-out 0s;
    border: 0 solid #fff;
}
.case-item .img img{
    width:100%;
    height:100%;
}
.case-item .con{
    padding:15px;
    overflow: hidden;
}
.case-item .con h4{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px;
    color: #262626;
    margin: 20px 0;
}
.case-item .con p{
    color: #6e6e6e;
    font-size: 12px;
    line-height: 20px;
    height: 80px;
    overflow: hidden;
}
.case-item .con .more{
    margin-top: 25px;
    display: block;
    height: 40px;
    width: 120px;
    background: #fff;
    border: 1px solid #eee;
    text-align: center;
    transition: all .3s ease-in-out 0s;
}
.case-item .con .more span{
    text-transform: uppercase;
    opacity: 0;
    width: 0;
    display: inline-block;
    overflow: hidden;
    color: #fff;
    line-height: 38px;
    vertical-align: middle;
    transition: all .3s ease-in-out 0s;
    font-size: 14px;
}
.case-item .con .more:after{
    content: "";
    background: url(../image/ico-4.png) no-repeat;
    width: 16px;
    height: 7px;
    display: inline-block;
    vertical-align: middle;
}

.case-item:hover .img:before{
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    opacity: .8;
}
.case-item:hover .img:after{
    border: 10px solid #fff;
}
.case-item:hover .con h4{
    color:#0072d4;
}
.case-item:hover .con .more{
    border: 1px solid #0072d4;
    background: #0072d4;
}
.case-item:hover .con .more span{
    width: auto;
    opacity: 1;
    margin-right: 10px;
}
.case-item:hover .con .more:after{
    background-position: 0 -7px;
}


/********
      新闻
*******/

.news-wrap{
    background: url("../image/bg2.jpg") no-repeat top;
    min-height: 400px;
}
.news{
    background: #fff;
    margin:250px 0 0 0;
    min-height:300px;
    padding:50px 15px 90px;
}
.news-item{
    position: relative;
}
.news-con{

}

.news-con .time{
    font-size:32px;
    color: #B0B0B0;
    font-family: Arial;
}
.news-con .time span{
    font-size: 14px;
    color: #bfbfbf;
    padding:0 0 0 20px;
}
.news-con h4{
    height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-size:16px;
    color: #1a1a1a;
    overflow: hidden;
    margin:15px 0 0 0;
}
.news-con p{
    line-height: 24px;
    font-size: 13px;
    color: #9d9d9d;
    height:72px;
    overflow: hidden;
}
.news-con .more{
    font-size: 14px;
    color: #b3b3b3;
    padding:60px 0 0 0;
}


.news-item .news-img img{
    width:100%;
}
.news-img{
    position: absolute;
    left:0;
    top:10px;
    transition:all .3s ease-in-out 0s;
    opacity:0;
}
.news-img .img{
    position: relative;
}
.news-img .img:before{
    content:'';
    display: block;
    position: absolute;
    left:0;
    top:0;
    right:0;
    bottom: 0;
    border:1px solid rgba(255,255,255,.8);
    transition: all .4s ease-in-out 0s;
}
.news-item:hover .news-con{
    display: none;
}
.news-item:hover .news-img{
    opacity:1;
    top:0;
}
.news-item:hover .news-img .img:before{
    left:10px;
    top:10px;
    right:10px;
    bottom: 10px;
}

.news-more a{
    width:25%;
    height:44px;
    border: 1px solid #ddd;
    display: block;
    margin:0 auto 100px;
    color: #999;
    text-align: center;
    line-height:44px;
    font-size:14px;
}
.news-more a:hover{
    background:#005eae;
    border: 1px solid #005eae;
    color: #fff;
}

/*

*/
.i-link{
    height: 50px;
    line-height: 50px;
    background: #f2f2f2;
    color: #222;
    font-size: 13px;
}
.i-link span{
    display: inline-block;
    padding: 0 20px;
    height: 50px;
    background: #497acf;
    color: #fff;
}
.i-link a{
    padding-left: 20px;
}
.footer{
    background: #2c2c2c;
    color: #fff;
    padding-top: 40px;
}
.footer a{
    color: #fff;
}
.footer-hd dt{
    font-size: 24px;
    font-weight: bold;
    font-family: arial;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.footer-hd dd{
    line-height: 28px;
    font-size: 14px;
    color: #fff;
}
.footer-hd dd ul{
  	width: 110px;
}
.footer-hd dd ul h3{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 6px;
}
.footer-hd dd ul li a{
    font-size: 13px;
    line-height: 26px;
}
.footer-hd dd a{
    display: inline-block;
}

.footer-bd{
    background: #111;
    padding: 15px 0;
}


/*===== kefu ====*/
.kefu {width:99px;height:60px;position:absolute;top:0px; z-index:999}
.kefu .kftop{background:url(../images/kefu_top.gif) no-repeat;height:20px;}
.kefu .kfbottom{background:url(../images/kefu_bottom.gif) no-repeat;height:14px;}
.kefu .kfbox {border-left:1px solid #DDE6EC;border-right:1px solid  #DDE6EC;overflow:hidden;zoom:1;padding:1px;background:#FFF;color:#f00;line-height:26px;}
.kefu .kfbox ul {padding-left:6px;}
.kefu .kfbox ul li.tit {color:#800000;}
.kefu .kfbox ul li img {vertical-align:middle;}
.kefu .kfbox .tit{padding-left:0; font-size:12px;}

</pre></body></html>